home *** CD-ROM | disk | FTP | other *** search
- Short: Libraries for packing data and samples
- Author: adam@zeus.polsl.gliwice.pl
- Uploader: adam@zeus.polsl.gliwice.pl
- Type: util/pack
-
- XPK LZX sublibraries v1.0
-
- Release date March 12, 1996
- - Copyright 1996 Adam Przybyla, Piotr Kasprzyk -
-
- Disclaimer
- ============
-
- The author of this program is not responsible for any damages caused by using
- this program.
-
- Libraries for packing data and samples (xpkSLZX.library).
-
- This program generally lets to use external compressor "Lzx" to
- be called by XPK. There are 4 versions of library, 2 for users of
- registered Lzx program and 2 libraries (in the "emb" directory)
- that can be also used with unregistered version of "Lzx".
-
- ELZX libraries use only the external compressor "Lzx" whereas SLZX libraries
- use also the delta coding algorithm for better samples' compression.
-
- xpkSLZX - invokes external compressor Lzx (requires registered version of Lzx)
- xpkELZX - invokes external compressor Lzx and additionaly uses delta coding
- algorithm (requires registered version of Lzx)
- emb/xpkSLZX - embedded xpkSLZX (for unregistered version of Lzx)
- emb/xpkELZX - embedded xpkELZX (for unregistered version of Lzx)
-
- These libraries were compiled with SAS/C 6.56.
- Please send any comments to "adam@zeus.polsl.gliwice.pl"
-
- Using this packet:
- -----------------
-
- There are ready-to-use versions of libraries and also there is source
- version of this program. Execute "smake" to recompile all libraries.
- If you want to automatically install these libraries in directory
- "Libs:Compressors", type "smake install".
-